/ Assembly List / LJCTextDataReaderLib / TextDataReader / GetDataTypeName

Namespace - LJCTextDataReaderLib


Parameters
i - The data field index.

Returns

The data type name.

Syntax

C#
public String GetDataTypeName(Int32 i)

Retrieves the data type name for the specified field index.

Remarks

This returns the valid DataTypeName value from the DbColumn data field definition. The valid data type names are: "Boolean", "Byte", "DateTime", "Decimal", "Double", "Int16", "Int32", "Int64", "Single" and "String".

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.